Linux Commands
Linux File System
-
File System Commands
| Purpose | Commands |
|---|---|
| File Navigation | pwd, ls, cd, tree, find, which |
| File Content | cat, diff, less, head, tail, file |
| File Manipulate | cp, mv, rm, mkdir, touch, zip, unzip |
| File Permission | chown, chmod |
| Link File | ln |
| Open File List | lsof |
Linux Folder Structure
Difference between Short Link and Hard Link
Understanding stderr and stout stream
Identifying command
alias- makes alias of a command
type- type of the file
help- help
man- Manual of a command
Command execution
source./filename
terminal io
echotee
Remote Connection
sshscprsyncwgetcurl
Diagnostic and Management Tools
| Purpose | Commands |
|---|---|
| Disk Management | du, dd, dh, df |
| Memory ( RAM ) Diagnosis | free |
| System Resource Monitoring | top, htop |
| Process Management | ps, kill, pkill |
Miscellaneous Tools
| Command | Description |
|---|---|
base64 | Base64 Encoding and Decoding |
expr | Math Expression |
cal | Visual Calendar in Terminal |
sl | Coz you don't always end up typing ls |
cowsay | Because cowsay -f dragon "Run for cover, I feel a sneeze coming on." |
date | Linux date utility |
lynx | cli web browser |